Skip to content

feat(boil): Add new image check command#1464

Merged
NickLarsenNZ merged 11 commits intomainfrom
feat/boil-image-check-command
Apr 17, 2026
Merged

feat(boil): Add new image check command#1464
NickLarsenNZ merged 11 commits intomainfrom
feat/boil-image-check-command

Conversation

@Techassi
Copy link
Copy Markdown
Member

This command allows users to check that all versions of an image are available in the specified registry.

$ cargo boil image check --image-version 26.3.0
Checking for oci.stackable.tech/sdp/airflow
- airflow:2.9.3-stackable26.3.0
- airflow:3.0.6-stackable26.3.0
- airflow:3.1.6-stackable26.3.0
Checking for oci.stackable.tech/sdp/druid
- druid:30.0.1-stackable26.3.0
- druid:34.0.0-stackable26.3.0
- druid:35.0.1-stackable26.3.0
...

This command allows users to check that all versions of an image
are available in the specified registry.
@Techassi Techassi self-assigned this Apr 16, 2026
Comment thread jdk-base/boil-config.toml
Copy link
Copy Markdown
Member

@NickLarsenNZ NickLarsenNZ left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left some comments

Comment thread rust/boil/src/utils.rs Outdated
Comment thread rust/boil/src/cmd/image.rs Outdated
Comment thread rust/boil/src/core/bakefile.rs Outdated
Comment thread rust/boil/src/core/bakefile.rs
Comment thread rust/boil/src/core/bakefile.rs Outdated
Co-authored-by: Nick <10092581+NickLarsenNZ@users.noreply.github.com>
@Techassi Techassi marked this pull request as ready for review April 16, 2026 16:01
@Techassi Techassi requested a review from NickLarsenNZ April 17, 2026 07:55
Copy link
Copy Markdown
Member

@NickLarsenNZ NickLarsenNZ left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@NickLarsenNZ NickLarsenNZ added this pull request to the merge queue Apr 17, 2026
Merged via the queue into main with commit cc7aba4 Apr 17, 2026
13 checks passed
@NickLarsenNZ NickLarsenNZ deleted the feat/boil-image-check-command branch April 17, 2026 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants